Local Coordinate System

The function in Tools > Move Geometry to Local Coordinate System in the Piping Isometrics & Spools application is a script that reads local coordinate information from the object "Local coordinate system setup". Using this information the script moves the Isometric geometry to the local coordinate system and changes the coordinate system file. After the transformation of the geometry the script recalculates the picture and saves the new geometry points.

This script should be run BEFORE annotation of the isometric drawing. It can be run only once per isometric. The script puts the "lcs" tag into the isometry's h-file.

Format of LocalCoordTrfs.cnf

fil [The name of coordinate system file];dsc [unique description];

      o_x [origo x];o_y [origo x];o_z [origo y];

      x_x [x axe x];x_y [x axe y];x_z [x axe z];

      y_x [y axe x];y_y [y axe y];y_z [y axe z];;